home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / lsp / stdlisp.lsp < prev    next >
Text File  |  1989-11-19  |  2KB  |  61 lines

  1.  
  2. ;; Loading the following causes these non standard symbols in the LISP
  3. ;; package, to no longer be automatically exported to packages which
  4. ;; use LISP.  For example BYE will no longer be accessible from package
  5. ;; USER.   You will need to type (lisp::bye) to quit.   Of course references
  6. ;; to BYE before this file was loaded will mean the symbol BYE in the lisp
  7. ;; package.
  8.  
  9. ;; Someday this file may be loaded by default in AKCL, so you should
  10. ;; probably use the LISP:: prefix for these symbols, as protection
  11. ;; against that day.
  12.  
  13. (unexport
  14.  '(LISP::LAMBDA-BLOCK-CLOSURE
  15.    LISP::BYE LISP::IEEE-FLOATING-POINT
  16.    LISP::DEFENTRY LISP::VOID LISP::ALLOCATE-CONTIGUOUS-PAGES
  17.    LISP::UNSIGNED-SHORT
  18.    LISP::DOUBLE
  19.    LISP::BY
  20.    LISP::GBC
  21.    LISP::DEFCFUN
  22.    LISP::SAVE
  23.    LISP::MAXIMUM-CONTIGUOUS-PAGES
  24.    LISP::SPICE
  25.    LISP::DEFLA
  26.    LISP::ALLOCATED-PAGES
  27.    LISP::SUN
  28.    LISP::INT
  29.    LISP::USE-FAST-LINKS
  30.    LISP::CFUN
  31.    LISP::UNSIGNED-CHAR
  32.    LISP::HELP
  33.    LISP::HELP*
  34.    LISP::MACRO
  35.    LISP::*BREAK-ENABLE*
  36.    LISP::CLINES
  37.    LISP::LAMBDA-CLOSURE
  38.    LISP::OBJECT
  39.    LISP::FAT-STRING
  40.    LISP::SIGNED-SHORT
  41.    LISP::MC68020
  42.    LISP::LAMBDA-BLOCK
  43.    LISP::TAG
  44.    LISP::PROCLAMATION
  45.    LISP::ALLOCATED-CONTIGUOUS-PAGES
  46.    LISP::*EVAL-WHEN-COMPILE*
  47.    LISP::SIGNED-CHAR
  48.    LISP::*IGNORE-MAXIMUM-PAGES*
  49.    LISP::*LINK-ARRAY*
  50.    LISP::KCL
  51.    LISP::BSD
  52.    LISP::ALLOCATE-RELOCATABLE-PAGES
  53.    LISP::ALLOCATE
  54.    LISP::UNIX
  55.    LISP::MAXIMUM-ALLOCATABLE-PAGES
  56.    LISP::ALLOCATED-RELOCATABLE-PAGES
  57.    LISP::SYSTEM
  58.    LISP::KYOTO
  59.    LISP::CCLOSURE)
  60.  'LISP
  61.  )